home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 3.1 / SGI EnlightenDSM 3.1.iso / IRIX5X6X / ADMIN.Z / ADMIN / help / C / online0936.hlp < prev    next >
Text File  |  1999-04-16  |  4KB  |  88 lines

  1.     AUDIT LOG REPORT
  2.  
  3.     This screen allows you to selectively view audit entries from the
  4.     audit log stored in the GMS.  There are several arguments that
  5.     enable the user to query the database for specific information
  6.     based on the time an action was inserted into the audit log, the
  7.     host the audited operation was executed from, the host that the
  8.     audited operation was executed on, and the DSM user name of the
  9.     operator responsible for the audited operation.  Any arguments that
  10.     are specified are combined with logical ands to form a single search
  11.     expresssion.
  12.  
  13.     View Audit Log
  14.  
  15.     Executing view without arguments prints all of the audit information
  16.     stored in the GMS ordered by the time which an action took place.
  17.  
  18.     Executing view with an argument to Begin Time, selects and displays
  19.     the audit log entries that match audited operations executed from
  20.     and including the time specified by a time-string in Enlighten Time
  21.     Format.  The time-string can represent an absolute time, such as
  22.     Apr 15 1998 at 11:59pm, or it can represent a relative time in the
  23.     past, such as '1 day' or '2 weeks' ago.  Note that the command
  24.     operates in the time zone set for the system.
  25.  
  26.     Executing view with an argument to End Time, selects and displays the
  27.     audit log entries that match audited operations executed up to the
  28.     time specified by a time-string in Enlighten Time Format.  The time-
  29.     string can represent an absolute time, such as Apr 15 1998 at 11:59pm,
  30.     or it can represent a relative time in the past, such as '1 day' or
  31.     '2 weeks' ago.  Note that the command operates in the time zone set
  32.     for the system.
  33.  
  34.     Executing view with an argument to User selects and prints the audit
  35.     log entries that match audited operations executed by an EnlightenDSM
  36.     user. Multiple users may be specified by including a space between
  37.     each user.
  38.  
  39.     Executing view with an argument to Xenln Host, selects and prints the
  40.     audit log entries that match audited operations executed from the
  41.     Xenln host.  Multiple Xenln Hosts may be specified by including a
  42.     space between each host.
  43.  
  44.     Executing view with an argument to Target Host, selects and prints the
  45.     audit log entries that match audited operations executed on the
  46.     managed host.  A managed host is a machine that runs the EnlightenDSM
  47.     agents.  Multiple Target Hosts may be specified by including a space
  48.     between each host.
  49.  
  50.     Examples
  51.  
  52.     +  Inserting only a Begin Time of 'Jan 1 1999 at 8:00am' and 
  53.        executing view will display all logging information recorded
  54.        on and after Jan 1 1999 at 8:00am.
  55.  
  56.     +  Inserting a Begin Time of 'Jan 1 1999 at 8:00am' and End Time
  57.        of 'Jan 31 1999 at 8:00am' and selecting view, will display
  58.        all audit log records between and including those times.
  59.  
  60.     +  Specifying a Begin Time of '10 days' and End Time of '5 days'
  61.        and choosing view will display all information inserted
  62.        between 10 and 5 days ago.
  63.  
  64.     +  To delete a single record, enter the exact time including
  65.        seconds, into the Begin Time and End Time entries.  For
  66.        example, 'Jan 1 1999 at 8:00:17am'. 
  67.  
  68.     +  Specifying a User 'johnd' and choosing view will display
  69.        all entries stored in the Audit Log Table that were inserted
  70.        as a result of an action taken by dsmuser johnd.
  71.  
  72.     +  Specifying a Xenln Host 'michigan' and choosing view will
  73.        display all entries stored in the Audit Log Table that were
  74.        inserted as a result of an action executed from gui host
  75.        michigan.
  76.  
  77.     +  Specifying a Target Host 'california' and choosing view will
  78.        display all entries stored in the Audit Log Table that were
  79.        inserted as a result of an action executed on managed host
  80.        california.
  81.  
  82.     +  Specifying a Begin Time 'Jan 1 1999' and End Time '3 days' and
  83.        User 'johnd' and Xenln Host 'michigan california virginia' and
  84.        choosing view will display all entries that were inserted
  85.        between and on Jan 1 1999 AND 3 days ago AND was a result of
  86.        an action taken by dsmuser johnd AND performed on gui hosts
  87.        michigan OR california OR arizona.
  88.